home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5307 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: news2.ios.com!usenet
  2. From: vlad@gramercy.ios.com (Vlastimil Adamovsky)
  3. Newsgroups: comp.lang.lisp,comp.lang.c++
  4. Subject: Re: Why garbage collection?
  5. Date: Sat, 03 Feb 1996 16:45:17 GMT
  6. Organization: Internet Online Services
  7. Message-ID: <4f02tb$5bb@news2.ios.com>
  8. References: <4ecmfo$as9@news2.ios.com> <4ei4og$la1@info.epfl.ch> <s08spgxh3r1.fsf@lox.ICSI.Berkeley.EDU> <823078760snz@wildcard.demon.co.uk>
  9. NNTP-Posting-Host: ppp-48.ts-7.hck.idt.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Cyber Surfer <cyber_surfer@wildcard.demon.co.uk> wrote:
  13. >.....typical C++
  14. >development system will cost about $300.
  15.  
  16. >So, it's there and its dirt cheap. No wonder so many people use it.
  17. >-- 
  18.  
  19. And if somebody miss something that is not there, it is very easy to
  20. make his own exrensions. For example two years ago I needed somthing
  21. like "metaclasses" in my C++ program and RTTI was not available to me
  22. yet. So have implemented a Windows specific version. It works great. 
  23. When I needed messaging system (to be able to send messages in
  24. Smalltalk fashion) I could implement it. When I needed to implement
  25. event handking mechanism, it was easy. 
  26. So I see a value in an extensibility of the language that is already
  27. very powerful and complex (in positive sense).
  28.  
  29. Do I need Garbage Collection? NO! Never ever it was needed in my
  30. programs. People crying for GC should see DB Tools.h++ written by
  31. RogueWave and then they would understand why it is not necessary.
  32.  
  33. I would wish to our software industry more real programmers in the New
  34. Year 1996.
  35.  
  36.  
  37.  
  38.     
  39. *******************************************
  40. *    Vlastimil Adamovsky                  *
  41. * Smalltalk, C++ and Envelop development  *
  42. *******************************************
  43.  
  44.